home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************/
- /* SGMLINCL.H: Include file for PC-DOS implementations.
- */
- #ifndef SGMLINCL /* Don't include this file more than once. */
- #define SGMLINCL
- /******************************************************************************/
- #include "entity.h" /* Templates for entity control blocks. */
- /******************************************************************************/
- #include "action.h" /* Action names for all parsing. */
- #define AL al /* Ptr to attribute list. */
- #include "adl.h" /* Definitions for attribute list processing. */
- #include "error.h" /* Symbols for error codes. */
- #include "etype.h" /* Definitions for element type processing. */
- #include "keyword.h" /* Definitions for keyword processing. */
- #include "lextoke.h" /* Symbols for tokenization lexical classes. */
- #define SCB scbs[es] /* Ptr to current source control block. */
- #include "source.h" /* Templates for source entity control blocks. */
- #include "sgmlcb.h" /* Symbols for SGML service control blocks. */
- #include "synxtrn.h" /* Declarations for concrete syntax constants. */
- #include "sgmlxtrn.h" /* External variable declarations. */
- #ifndef FINAL
- #include "trace.h" /* Declarations for internal trace functions. */
- #endif
- /******************************************************************************/
- #include "sgmlfnsm.h" /* ANSI C: Declarations for SGML functions. */
- /******************************************************************************/
- /*lint -library Ignore failure to use library functions. */
- #include <stdio.h> /* Stream I/O functions. */
- #include <stdlib.h> /* Common types, variables, and functions. */
- #include <string.h> /* Memory and string functions. */
- /*lint -restore End of library function declarations. */
- /******************************************************************************/
- #endif /* ndef SGMLINCL */
- /******************************************************************************/
-